projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aac230
)
(set-face-doc-string): Define once again, as alias.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Aug 1997 03:34:34 +0000
(
03:34
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Aug 1997 03:34:34 +0000
(
03:34
+0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index f0a0e5ada4627bdb4a57717ae227dbaa34abea0a..8f6c03e7aed9a492e725e14e266ed6813ea243ce 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-278,6
+278,7
@@
in that frame; otherwise change each frame."
(cond ((eq italic-p nil) (make-face-unitalic face frame t))
(t (make-face-italic face frame t))))
+(defalias 'set-face-doc-string 'set-face-documentation)
(defun set-face-documentation (face string)
"Set the documentation string for FACE to STRING."
(put face 'face-documentation string))